home *** CD-ROM | disk | FTP | other *** search
- # Redirection Makefile to set the default DTD
- # to SGIDOC while still using commondoc* which
- # avoids maintaining two sets of Makefiles
- #
- # commonbookdefs and commonbookrules were the
- # original online book building Makefiles.
- # They default to building SGIDOC SGML books.
- # commondoc* was introduced to add support
- # for SGIDOCBK (DocBook derivative) SGML and
- # also kept backward compatibility with SGIDOC
- # support. The DTD variable determines which
- # processing route is used.
-
- include ${ROOT}/usr/include/make/releasedefs
- include ${ROOT}/usr/include/make/commondocdefs
-
- COMMONBOOKRULES = ${ROOT}/usr/include/make/commondocrules
-
- # commondocdefs sets the DTD to SGIDOCBK so we reset it
- DTD = SGIDOC
-